home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Learning Curve
/
The Learning Curve (Weird Science, 1996).iso
/
computers
/
ados_guide_v1.5
/
ados commands
/
ask
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-10
|
326 b
|
25 lines
AMIGADOS GUIDE V1.5
ASK
USE:
When executing a script file it may be necessary to
acquire information from the user. By using this
command you can do just this task.
PATH:
Internal
SYSTEM:
2.0, 2.1, 3.0
EXAMPLES:
1>ASK "Press Y or N"
IF WARN
ECHO "You pressed Y"
ELSE
ECHO "You pressed N"
ENDIF
NOTES:
None